Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception handled #1 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

var-nan
Copy link

@var-nan var-nan commented May 25, 2021

PIL.ImageOps.exif_transpose() is raising exception. it is mentioned in #1 . Until it is fixed, the user-defined function is used in exception block.
PIL.ImageOps.exif_transpose() in try block is erasing the orientation parameter of the image internally before raising exception. So a new instance of the image is created in the exception block to get the orientation parameter and transpose is performed with the user-defined function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants